object AboutBox: TAboutBox Left = 221 Top = 167 BorderIcons = [] BorderStyle = bsNone Caption = 'About' ClientHeight = 179 ClientWidth = 303 Ctl3D = False Color = clSilver Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 303 Height = 179 Align = alClient BevelInner = bvRaised BevelOuter = bvNone BevelWidth = 3 BorderStyle = bsSingle Color = clSilver TabOrder = 1 object ProgramIcon: TImage Left = 8 Top = 8 Width = 70 Height = 70 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 3 Top = 88 Width = 293 Height = 22 Alignment = taCenter AutoSize = False Caption = 'PrimaSoft Shareware Organizer' Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 94 Top = 114 Width = 88 Height = 13 Caption = 'Version 1.0 (16-bit)' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 6 Top = 138 Width = 189 Height = 13 Caption = 'Copyright 1995-97 by PrimaSoft PC, Inc.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object SharewareText: TLabel Left = 120 Top = 6 Width = 171 Height = 43 AutoSize = False Caption = 'This is a fully functional Shareware version. You have 30 days f' + 'or evaluation.' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Visible = False WordWrap = True end object Label1: TLabel Left = 6 Top = 152 Width = 123 Height = 13 Caption = 'http://www.primasoft.com' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object BitBtn1: TBitBtn Left = 216 Top = 139 Width = 73 Height = 28 Caption = '&OK' TabOrder = 0 Kind = bkOK end object Timer1: TTimer Interval = 20 OnTimer = Timer1Timer Left = 262 Top = 60 end end